ifShowAdminPage

Class: com.microstrategy.web.app.taglibs.IfShowAdminPageTag

Usage:

This custom tag is used for determining if a link or note about the Administration page of the application should be shown to the user or not. The different conditions that make the evaluation true include if there are no projects available to show to the user and/or if the user has logged in as an Administrator to any of the projects currently available. An example of its use will be:
 <web:ifShowAdminPage>
   <web:then>
     This text will be displayed if the condition is True.
   </web:then>
 </web:ifShowAdminPage>
 


No attributes defined